home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #16 / 2001 CD 16 (Black).iso / Jul.exe / 0 / RCDATA / TINTROFORM / TINTROFORM.txt < prev   
Encoding:
Text File  |  2001-10-26  |  3.5 KB  |  151 lines

  1. object IntroForm: TIntroForm
  2.   Left = 310
  3.   Top = 306
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 350
  7.   ClientWidth = 575
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object LMDBackPanel1: TLMDBackPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 577
  24.     Height = 353
  25.     UseDockManager = False
  26.     Bevel.Mode = bmCustom
  27.     ImageList = Knapper
  28.     ListIndex = 4
  29.     TabOrder = 0
  30.     object Velkommen: TLabel
  31.       Left = 40
  32.       Top = 8
  33.       Width = 457
  34.       Height = 57
  35.       AutoSize = False
  36.       Caption = 'Velkommen til K-CD 16-2001'#13#10'Du kan nu v'#230'lge, om du vil k'#248're:'
  37.       Font.Charset = DEFAULT_CHARSET
  38.       Font.Color = clWhite
  39.       Font.Height = -19
  40.       Font.Name = 'Arial'
  41.       Font.Style = []
  42.       ParentFont = False
  43.       Transparent = True
  44.     end
  45.     object JuleLabel: TLabel
  46.       Left = 320
  47.       Top = 64
  48.       Width = 233
  49.       Height = 45
  50.       Alignment = taCenter
  51.       AutoSize = False
  52.       Caption = 'Komputer for alles '#13#10'store julekalender'
  53.       Font.Charset = DEFAULT_CHARSET
  54.       Font.Color = clWhite
  55.       Font.Height = -19
  56.       Font.Name = 'Arial'
  57.       Font.Style = []
  58.       ParentFont = False
  59.       Transparent = True
  60.       WordWrap = True
  61.     end
  62.     object KLabel: TLabel
  63.       Left = 40
  64.       Top = 80
  65.       Width = 201
  66.       Height = 33
  67.       Alignment = taCenter
  68.       AutoSize = False
  69.       Caption = 'K-CD 16'
  70.       Font.Charset = DEFAULT_CHARSET
  71.       Font.Color = clWhite
  72.       Font.Height = -19
  73.       Font.Name = 'Arial'
  74.       Font.Style = []
  75.       ParentFont = False
  76.       Transparent = True
  77.     end
  78.     object VisKalender: TLMDMMButton
  79.       Left = 336
  80.       Top = 112
  81.       Width = 200
  82.       Height = 150
  83.       OnClick = VisKalenderClick
  84.       AllowMouseOver = True
  85.       ButtonFaceImageList = Knapper
  86.       ButtonFaceIndicesNew2 = {
  87.         0000000000000000000000000000000000000000000000000000000000000000
  88.         0000000000000000000000000300000000000000030000000000000002000000}
  89.       ButtonFaceTransColNew = {7B633D00}
  90.     end
  91.     object K_CD: TLMDMMButton
  92.       Left = 40
  93.       Top = 112
  94.       Width = 200
  95.       Height = 150
  96.       OnClick = K_CDClick
  97.       AllowMouseOver = True
  98.       ButtonFaceImageList = Knapper
  99.       ButtonFaceIndicesNew2 = {
  100.         0000000000000000000000000000000000000000000000000000000000000000
  101.         0000000000000000000000000100000000000000010000000000000000000000}
  102.       ButtonFaceTransColNew = {B9202300}
  103.     end
  104.     object DatoLabel: TLabel
  105.       Left = 40
  106.       Top = 280
  107.       Width = 497
  108.       Height = 65
  109.       AutoSize = False
  110.       Caption = 'Det er i dag ...'
  111.       Font.Charset = DEFAULT_CHARSET
  112.       Font.Color = clWhite
  113.       Font.Height = -16
  114.       Font.Name = 'Arial'
  115.       Font.Style = []
  116.       ParentFont = False
  117.       Transparent = True
  118.       WordWrap = True
  119.     end
  120.   end
  121.   object Knapper: TLMDGraphicList
  122.     Graphics = <
  123.       item
  124.         Name = 'K-CD'
  125.         Picture.Data = {<image000.jpg>}
  126.         Index = 0
  127.       end
  128.       item
  129.         Name = 'K-CD Lys'
  130.         Picture.Data = {<image001.jpg>}
  131.         Index = 1
  132.       end
  133.       item
  134.         Name = 'Kalender'
  135.         Picture.Data = {<image002.jpg>}
  136.         Index = 2
  137.       end
  138.       item
  139.         Name = 'LysKalender'
  140.         Picture.Data = {<image003.jpg>}
  141.         Index = 3
  142.       end
  143.       item
  144.         Picture.Data = {<image004.jpg>}
  145.         Index = 4
  146.       end>
  147.     Left = 528
  148.     Top = 16
  149.   end
  150. end
  151.